home *** CD-ROM | disk | FTP | other *** search
- V- AvailableChipMemory |availablechipmemory|
- V- AvailableFastMemory |availablefastmemory|
- V- AvailableMemory |availablememory|
- V- DeckName |deckname|
- C- Delay |delay|
- C- InsertStartingMessage |insertstartingmessage|
- V- IntuitionVersion |intuitionversion|
- V- LargestChunkOfMemory |largestchunkofmemory|
- V- LibraryVersion |libraryversion|
- C- Nop |nop|
- V- StartedFromWorkbench |startedfromworkbench|
- V- Supervised |supervised|
- V- TheCommandLine |thecommandline|
- V- TheDate |thedate|
- V- TheTime |thetime|
- [E]
-
- |availablechipmemory|
- WT {Integer}=AvailableChipMemory
- PL This returns the amount of free chip
- PL memory. This will change frequently.
- PL
- PT SEE ALSO:
- BS AvailableFastMemory
- PL and
- PT
- BS AvailableMemory
- PT .
- ED
-
- |availablefastmemory|
- WT {Integer}=AvailableFastMemory
- PL This returns the amount of free fast
- PL memory. This will change frequently.
- PL
- PT SEE ALSO:
- BS AvailableChipMemory
- PL and
- PT
- BS AvailableMemory
- PT .
- ED
-
- |availablememory|
- WT {Integer}=AvailableMemory
- PL This returns the amount of total free
- PL memory. This will change frequently.
- PL
- PT SEE ALSO:
- BS AvailableFastMemory
- PL and
- PT
- BS AvailableChipMemory
- PT .
- ED
-
- |deckname|
- WT {String}=DeckName
- PL This returns the current name of the deck.
- PL
- PT SEE ALSO:
- BS CardName
- PT .
- ED
-
- |delay|
- WT Delay {Minutes}, {Seconds}, {Jiffies}
- PL Delay the execution of the current
- PL script by {minutes}, {seconds}, and
- PL {jiffies}. Jiffies are 1/60 of a second
- PT under
- BS NTSC
- PL systems and 1/50 of a second
- PL on PAL systems.
- ED
-
- |insertstartingmessage|
- WT InsertStartingMessage
- PL This will insert the startup parameters
- PL into the current document. This may be
- PL icon names when run from the workbench or
- PL command line arguments when run from the
- PL CLI. See the manual for a full description
- PL of this command.
- ED
-
- |intuitionversion|
- WT {Integer}=IntuitionVersion
- PL This returns the operating system version
- PL number. If you are using Intuition 1.32
- PL this will return a 34, while if you are
- PL using Intuition 2.04 this will return
- PL a 37.
- ED
-
- |largestchunkofmemory|
- WT {Integer}=LargestChunkOfMemory
- PL This will return the largest contigious
- PL chunk of free memory. Some commands/actions
- PL will only work with contigious memory.
- PL
- PT SEE ALSO:
- BS AvailableMemory
- PT .
- ED
-
- |libraryversion|
- WT {String}=LibraryVersion
- PL This will return the current CanDo library
- PT version string. This returns
- BS Nothing
- PL if
- PL you are running using the DeckBrowser.
- ED
-
- |nop|
- WT Nop
- PL This is a "no operation" command which does
- PL nothing but can be used as a placeholder
- PL for comments. For example:
- PL
- PL nop ;comments must follow some command.
- ED
-
- |startedfromworkbench|
- WT {Logical}=StartedFromWorkbench
- PT Returns
- BS True
- PL if the application was
- PL started from the Workbench.
- ED
-
- |supervised|
- WT {Logical}=Supervised
- PT Returns
- BS True
- PL when running from CanDo or
- PL if running as a SubDeck.
- ED
-
- |thecommandline|
- WT {Logical}=TheCommandLine
- PL Returns the command line if started
- PT from CLI, otherwise
- BS Nothing
- PL is returned.
- ED
-
- |thedate|
- WT {String}=TheDate
- PL Returns the current date in MM/DD/YY format.
- ED
-
- |thetime|
- WT {String}=TheTime
- PL Returns the current time in HH:MM:SS format.
- ED
-